Welcome![Sign In][Sign Up]
Location:
Search - genetic code

Search list

[MPIGAdesf

Description: 遗传算法的MATLAB代码,很好的算法啊,有需要的自己下载然后解压就可以用了-GA MATLAB code, a good algorithm ah, need to download the then extracting their own can use the
Platform: | Size: 107520 | Author: 123 | Hits:

[AI-NN-PRGA_TSA

Description: 利用遗传算法解决TSP旅行商问题的Java原码-using genetic algorithms to solve the traveling salesman problem TSP original Java code
Platform: | Size: 26624 | Author: 祖超 | Hits:

[matlabGA_NN

Description: 使用遗传算法来训练神经网络,编写的matlab源程序,供大家参考。-The use of genetic algorithms to train neural networks, the preparation of the matlab source code for reference.
Platform: | Size: 1024 | Author: 张杰 | Hits:

[AI-NN-PRImprovedSVM

Description: 将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。-Genetic algorithm (GA) combined with the traditional SVM algorithm, a kind of tectonic evolution of the optimal parameters of SVM (GA2SVM), SVM model using Radial Basis Function (RBF) as kernel function, the use of Gray code encoding algorithm of the SVM model parameters of genetic coding and optimization of search, will search for the optimal results as the final SVM model parameters.
Platform: | Size: 179200 | Author: zhaoxiufen | Hits:

[File Formatvb_GeneticAlgorithm

Description: 用vb编写遗传算法,实际应用部分(如适应度函数需要自己编写,程序中已注明),此为转载代码-Vb prepared using genetic algorithm, the practical application of some (such as the fitness function needs its own written procedures have been specified), this is reproduced in the code
Platform: | Size: 2048 | Author: 董雷 | Hits:

[AI-NN-PRGA_NN

Description: 遗传优化神经网络结构,C++源代码-Genetic optimization of neural network architecture, C++ Source code
Platform: | Size: 3072 | Author: qqq | Hits:

[AI-NN-PRPATMAT

Description: 基于遗传算法的基元识别与提取,C++源代码-Based on genetic algorithm identification and extraction of primitives, C++ Source code
Platform: | Size: 4096 | Author: qqq | Hits:

[AI-NN-PRgatsp

Description: tsp遗传算法源代码,nit fEA_TSP interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class(TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton -tsp genetic algorithm source code, nit fEA_TSP interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class (TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton
Platform: | Size: 8192 | Author: wwf | Hits:

[MPIGA

Description: 实数遗传算法源码 Delphi实现,用户可以参考并改进-Real number genetic algorithm realize Delphi source code, users can reference and to improve the
Platform: | Size: 197632 | Author: 何大头 | Hits:

[matlabSGA2[1].0

Description: GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation
Platform: | Size: 9216 | Author: yuandi | Hits:

[AI-NN-PRrengongmianyiheGA

Description: 基于matlab的人工免疫和遗传算法源程序-Matlab-based artificial immune and genetic algorithm source code
Platform: | Size: 5120 | Author: star | Hits:

[matlabMATLAB

Description: 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序 -Feasible point marking the best matching algorithm for the MATLAB code for the minimum cost maximum flow algorithm of the MATLAB program code Hungarian algorithm MATLAB code genetic algorithm to solve TSP problems Matlab procedures for genetic algorithm to solve nonlinear programming problems Matlab procedures
Platform: | Size: 119808 | Author: | Hits:

[AI-NN-PRGP-simple

Description: GP算法,遗传规划算法源代码。VC++环境下编译。-GP algorithm, genetic programming algorithm source code. VC++ Compiler environment.
Platform: | Size: 48128 | Author: shenxu | Hits:

[AI-NN-PRGA-BP-neural

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Platform: | Size: 4096 | Author: | Hits:

[Embeded-SCM DevelopROCK

Description: 我编的遗传算法matlab程序,请大家多多指教!-I made the genetic algorithm matlab program, please the exhibitions!
Platform: | Size: 2048 | Author: Jay lee | Hits:

[AI-NN-PRtsp-ga

Description: 基于遗传算法解决旅行商问题的vc++源码。-Based on genetic algorithm to solve the traveling salesman problem vc++ Source.
Platform: | Size: 391168 | Author: wangjing | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[AI-NN-PRmatlab_1

Description: 自适应遗传算法的MATLAB程序,自己编写的。参照了一些高手的代码,有些自己的特色-Adaptive Genetic Algorithm MATLAB procedures, I have written. Reference to a number of master code, some of its own characteristics
Platform: | Size: 1024 | Author: sunbeam | Hits:

[AI-NN-PRigalib

Description: 免疫遗传算法java语言版源程序,可编译通过。-Immune genetic algorithm source code java language version can be compiled through.
Platform: | Size: 572416 | Author: zhoeng | Hits:

[AI-NN-PRga

Description: 此源代码是用遗传算法解决旅行商问题的经典实例,很有借鉴意义-This source code is a genetic algorithm to solve the classic traveling salesman problem instances of referential significance to
Platform: | Size: 4096 | Author: 张媛 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net